UNPKG

create-apppaaaul

Version:

Create projects as paaauldev would

6 lines (3 loc) 149 B
import { toNextJsHandler } from "better-auth/next-js"; import { auth } from "@/lib/auth"; export const { POST, GET } = toNextJsHandler(auth);